home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 244
- Top = 157
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'WinNUKE'
- ClientHeight = 99
- ClientWidth = 255
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- Position = poScreenCenter
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 4
- Top = 4
- Width = 138
- Height = 13
- Caption = 'Target hostname/IP address:'
- end
- object edtTarget: TEdit
- Left = 4
- Top = 20
- Width = 249
- Height = 21
- TabOrder = 0
- end
- object btnNUke: TButton
- Left = 176
- Top = 48
- Width = 75
- Height = 25
- Caption = '&Nuke!'
- TabOrder = 1
- OnClick = btnNUkeClick
- end
- object sbStatus: TStatusBar
- Left = 0
- Top = 80
- Width = 255
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object MainMenu1: TMainMenu
- Left = 144
- Top = 52
- object File1: TMenuItem
- Caption = '&File'
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- end
- end
- end
- end
-